home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / gt_power / gth035.zip / PROTOCOL.HLP < prev    next >
Text File  |  1990-08-11  |  4KB  |  102 lines

  1.  
  2. ╔═════════╦════════════════════════════════════════════════════════════
  3. ║ GT-HELP ║ PROTOCOL.BBS - the Upload and Download Protocols you offer
  4. ╚═════════╩════════════════════════════════════════════════════════════
  5.  
  6.  
  7.     The PROTOCOL.BBS file is used when a caller executes the download or
  8.     upload commands.
  9.  
  10.     It has two parts:
  11.  
  12.     a)  The first line, which "looks" like a comment and is not seen by the
  13.         caller, tells GT which protocols you intend to support.
  14.  
  15.     b)  The remainder of the file is shown to the caller.
  16.  
  17.  
  18. ┌───────────────────┐
  19. │ The Protocol List │
  20. └───────────────────┘
  21.  
  22.     The first line must be a list of the CHARACTERS that you wish GT to
  23.     recognise as valid protocol selection characters.  It should begin
  24.     with a semicolon in column 1 -- for example :
  25.  
  26. ;xwt1ybmkszgi;
  27.  
  28.     Those which correspond to *internal* protocols have fixed meanings :
  29.  
  30.         x       Xmodem
  31.         y       Ymodem
  32.         b       Ymodem Batch
  33.         1       1K Telink
  34.         w       WXmodem
  35.         m       Megalink
  36.         s       Sealink
  37.  
  38.     *Other* characters can be chosen for external protocols.  The usual 
  39.     ones are:
  40.  
  41.         z       Zmodem
  42.         k       Kermit
  43.         g       Ymodem-G
  44.         i       bImodem
  45.  
  46.     Of course, you should only include these characters in your protocol
  47.     list if you obtained the associated external protocols and have set up
  48.     their associated batch files.
  49.  
  50.     There is generally no advantage in disabling any of the internal
  51.     protocols, though you can do so by deleting the character from the top
  52.     line if you wish.
  53.  
  54.  
  55. ┌──────────────────────┐
  56. │ The Protocol Display │
  57. └──────────────────────┘
  58.  
  59.     The remainder of the the file is shown to callers and can be edited any
  60.     way that makes sense.  An example is :
  61.  
  62.        ┌────────────────────────────────────────────────────────┐
  63.        │ <X> Xmodem   --  most comms programs support this      │
  64.        │ <Z> Zmodem   --  better if you have it                 │
  65.        │ <I> bImodem  --  send and receive at the same time     │
  66.        │                                                        │
  67.        │ [t] Telink     [y] Ymodem       [k] Kermit             │
  68.        │ [w] WXmodem    [1] 1k Telink    [b] Ymodem Batch       │
  69.        │ [s] SEAlink    [m] MegaLink                            │
  70.        └────────────────────────────────────────────────────────┘
  71.  
  72.  
  73. ┌───────────────────────────────┐
  74. │ Installing External Protocols │
  75. └───────────────────────────────┘
  76.  
  77.     As their name implies, the external protocols require external programs
  78.     and are therefore optional.
  79.  
  80.     To configure *additional* external protocols :
  81.  
  82.     a)  Choose a protocol selection character (an alpha character not
  83.             already in the list above) and add it to the protocol.bbs
  84.             list
  85.  
  86.     b)  In GT ALT-I, find the external protocols table and specify a 2
  87.             character reference which you will use as the first two
  88.             characters of your batch files (xxRX.BAT for sending,
  89.             xxTX.BAT for receiving).
  90.  
  91.     c)  Also in GT ALT-I, specify the overlay characteristics for the protocol.
  92.  
  93.         Hint:   Overlaid is safe, but slow - non-overlaid may work if you
  94.                 have enough free memory.
  95.  
  96.     d)  Use the Additional Protocols option in GT-Help to create and
  97.         edit the batch files.
  98.  
  99.     e)  Install any other files which the protocol itself requires.
  100.  
  101.                  
  102.